Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.pictures.tiles.default.config--environment

This contribution is part of XML component org.nuxeo.ecm.platform.pictures.tiles.default.config inside nuxeo-platform-imaging-tiling-9.10.jar /OSGI-INF/pictures-tiles-contrib.xml

Extension Point

Extension point environment of component PictureTilingComponent.

Contributed Items

  • <environment>
          <parameters>
            <!-- Gimp path variables -->
            <parameter name="GimpExecutable">gimp</parameter>
            <!-- ImageMagick path variables -->
            <parameter name="IMConvert">convert</parameter>
            <parameter name="IMIdentify">identify</parameter>
            <parameter name="IMStream">stream</parameter>
            <!-- global env variables -->
            <parameter name="WorkingDirPath">/Users/arnaud/Nuxeo/distrib/nuxeo-server-tomcat-9.10/tmp</parameter>
            <!-- Max Disk cache usage in KB -->
            <parameter name="MaxDiskSpaceUsageForCache">50000</parameter>
            <!-- GC Interval in Minutes -->
            <parameter name="GCInterval">10</parameter>
    
            <!-- Image dimensions threshold tiling activation -->
            <parameter name="WidthThreshold">1200</parameter>
            <parameter name="HeightThreshold">1200</parameter>
          </parameters>
        </environment>

XML Source

<extension point="environment" target="org.nuxeo.ecm.platform.pictures.tiles.service.PictureTilingComponent">
    <environment>
      <parameters>
        <!-- Gimp path variables -->
        <parameter name="GimpExecutable">gimp</parameter>
        <!-- ImageMagick path variables -->
        <parameter name="IMConvert">convert</parameter>
        <parameter name="IMIdentify">identify</parameter>
        <parameter name="IMStream">stream</parameter>
        <!-- global env variables -->
        <parameter name="WorkingDirPath">/Users/arnaud/Nuxeo/distrib/nuxeo-server-tomcat-9.10/tmp</parameter>
        <!-- Max Disk cache usage in KB -->
        <parameter name="MaxDiskSpaceUsageForCache">50000</parameter>
        <!-- GC Interval in Minutes -->
        <parameter name="GCInterval">10</parameter>

        <!-- Image dimensions threshold tiling activation -->
        <parameter name="WidthThreshold">1200</parameter>
        <parameter name="HeightThreshold">1200</parameter>
      </parameters>
    </environment>
  </extension>